TensorflowGNN transformer - #353
Conversation
| properties_with_missing_values.add(key) | ||
| return all_property_names, list_properties, dtypes, properties_with_missing_values | ||
|
|
||
| def _convert_properties_to_tensors(self, properties_list: List[Dict[str, Any]]) -> Dict[str, tf.Tensor]: |
| def test_export_homoginious_graph(memgraph: Memgraph): | ||
| """ | ||
| Test exporting homoginious graph (nodes without labels) | ||
| """ |
There was a problem hiding this comment.
homogeneous graph (not homoginious). Fix in test name and docstring
| def test_export_heteroghinious_graph(memgraph: Memgraph): | ||
| """ | ||
| Test exporting heteroghinious graph (nodes with one label) | ||
| """ |
There was a problem hiding this comment.
heterogeneous graph (not heteroghinious). Fix in test name and docstring
| def test_export_heteroghinious_multi_label_graph(memgraph: Memgraph): | ||
| """ | ||
| Test exporting heteroghinious graph and nodes with more than one label | ||
| GraphTensor will create a node for every label and edge type for each combination of source / target labels |
There was a problem hiding this comment.
heterogeneous graph (not heteroghinious). Fix in test name and docstring
|
Hi @post2web, I left some comments, if you can take a look. Also, it would be great if you could contribute to the translators documentation, which refers to import and export guides. |
There was a problem hiding this comment.
Just two small comments, the rest looks good IMO.
EDIT: I have deleted my comments, leaving to @katarinasupe to approve.
Co-authored-by: Katarina Supe <61758502+katarinasupe@users.noreply.github.com>
Co-authored-by: Katarina Supe <61758502+katarinasupe@users.noreply.github.com>
Co-authored-by: Katarina Supe <61758502+katarinasupe@users.noreply.github.com>
Co-authored-by: Katarina Supe <61758502+katarinasupe@users.noreply.github.com>
Description
Contribution for issue #350
Pull request type
Please delete options that are not relevant.
Related issues
Closes #350
Checklist:
######################################
Reviewer checklist (the reviewer checks this part)
######################################